[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn E3  - Novell Netware - File Server - Get Connection's Usage Sta  [N]

   AH = E3h subfn E5h
   DS:SI -> request buffer (see below)
   ES:DI -> reply buffer (see below)

Return: AL = status
       00h successful
       C6h no console rights

Notes: this function is supported by Advanced NetWare 2.1+
   one must have console operator privileges to get statistics for logical
     connections other than one's own

See Also: AH=E3h/SF=C8h,AH=E3h/SF=DAh,AH=E3h/SF=DBh,AH=E3h/SF=E1h

Format of request buffer:
Offset Size    Description
 00h   WORD    0003h (length of following data)
 02h   BYTE    E5h (subfunction "Get Connection's Usage Statistics")
 03h   WORD    (big-endian) logical connection number

Format of reply buffer:
Offset Size    Description
 00h   WORD    (call) 0014h (size of following results record)
 02h   DWORD   (big-endian) clock ticks since server started
 06h  6 BYTEs  bytes read
 0Ch  6 BYTEs  bytes written
 12h   DWORD   (big-endian) total request packets

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson